home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / UE.DIR / 00200.ls < prev    next >
Encoding:
Text File  |  1996-04-25  |  290 b   |  9 lines

  1. on exitFrame
  2.   set the locV of sprite 2 to 900
  3.   repeat with i = 20 to 25
  4.     set the castNum of sprite i to the number of cast string(char 1 to 2 of the name of cast the castNum of sprite i & "E")
  5.   end repeat
  6.   set the castNum of sprite 22 to the number of cast "22H"
  7.   updateStage()
  8. end
  9.